CSharpTest.Net
BPlusTreeOptions<TKey,TValue> Constructor
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > BPlusTreeOptions<TKey,TValue> Class : BPlusTreeOptions<TKey,TValue> Constructor

keySerializer
valueSerializer
comparer

Glossary Item Box

Constructs the options configuration to initialize a BPlusTree instance

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal keySerializer As ISerializer(Of TKey), _
   ByVal valueSerializer As ISerializer(Of TValue), _
   ByVal comparer As IComparer(Of TKey) _
)
C# 
protected BPlusTreeOptions<TKey,TValue>( 
   ISerializer<TKey> keySerializer,
   ISerializer<TValue> valueSerializer,
   IComparer<TKey> comparer
)

Parameters

keySerializer
valueSerializer
comparer

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys